type runtime.consistentHeapStats
7 uses
runtime (current package)
mstats.go#L16: heapStats consistentHeapStats
mstats.go#L715: type consistentHeapStats struct {
mstats.go#L768: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L797: func (m *consistentHeapStats) release() {
mstats.go#L814: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L826: func (m *consistentHeapStats) unsafeClear() {
mstats.go#L841: func (m *consistentHeapStats) read(out *heapStatsDelta) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |